Show / Hide Table of Contents

Class RolesState

Inheritance
System.Object
InputArgs
ResourceArgs
RolesState
Inherited Members
ResourceArgs.Empty
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 RolesState : ResourceArgs

Constructors

View Source

RolesState()

Declaration
public RolesState()

Properties

View Source

AdminRoles

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>
View Source

GroupId

The ID of group to attach admin roles to.

Declaration
public Input<string> GroupId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.