Class RolesArgs
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.Group
Assembly: Pulumi.Okta.dll
Syntax
public sealed class RolesArgs : ResourceArgs
Constructors
View SourceRolesArgs()
Declaration
public RolesArgs()
Properties
View SourceAdminRoles
Admin roles associated with the group. It can be any of the following values "SUPER_ADMIN", "ORG_ADMIN", "APP_ADMIN", "USER_ADMIN", "HELP_DESK_ADMIN", "READ_ONLY_ADMIN", "MOBILE_ADMIN", "API_ACCESS_MANAGEMENT_ADMIN", "REPORT_ADMIN".
Declaration
public InputList<string> AdminRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
GroupId
The ID of group to attach admin roles to.
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |