Class GroupAssignmentState
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: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GroupAssignmentState : ResourceArgs
Constructors
View SourceGroupAssignmentState()
Declaration
public GroupAssignmentState()
Properties
View SourceAppId
The ID of the application to assign a group to.
Declaration
public Input<string> AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupId
The ID of the group to assign the app to.
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Priority
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Profile
JSON document containing application profile
Declaration
public Input<string> Profile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |