Class Provisioning
Represents a resource in the Okta API.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class Provisioning : Resource, IProvisioning, IResource
Properties
Action
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Conditions
Declaration
public IProvisioningConditions Conditions { get; set; }
Property Value
Type | Description |
---|---|
IProvisioningConditions |
Groups
Declaration
public IProvisioningGroups Groups { get; set; }
Property Value
Type | Description |
---|---|
IProvisioningGroups |
ProfileMaster
Declaration
public bool? ProfileMaster { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |