state property
The state of the AD.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified Active Directory State
- "CREATING" : Active Directory State is Creating
- "READY" : Active Directory State is Ready
- "UPDATING" : Active Directory State is Updating
- "IN_USE" : Active Directory State is In use
- "DELETING" : Active Directory State is Deleting
- "ERROR" : Active Directory State is Error
- "DIAGNOSING" : Active Directory State is Diagnosing.
Implementation
core.String? state;