GitHubScopeEnvironment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The github scope connector's environment data
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GitHubScopeEnvironmentTypeConverter))]
public class GitHubScopeEnvironment : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGitHubScopeEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GitHubScopeEnvironmentTypeConverter))>]
type GitHubScopeEnvironment = class
interface IGitHubScopeEnvironment
interface IJsonSerializable
interface ISecurityConnectorEnvironment
interface IValidates
Public Class GitHubScopeEnvironment
Implements IGitHubScopeEnvironment, IValidates
- Inheritance
-
GitHubScopeEnvironment
- Attributes
- Implements
Constructors
GitHubScopeEnvironment() |
Creates an new GitHubScopeEnvironment instance. |
Properties
EnvironmentType |
The type of the environment data. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GitHubScopeEnvironment. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GitHubScopeEnvironment. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGitHubScopeEnvironment. |
FromJsonString(String) |
Creates a new instance of GitHubScopeEnvironment, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GitHubScopeEnvironment into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |