status property

String? status
getter/setter pair

Status of this dynamic profile.

Optional. Possible string values are:

  • "STATUS_UNKNOWN" : The dynamic profile status is unknown. This value is unused.
  • "ACTIVE" : The dynamic profile is active.
  • "INACTIVE" : The dynamic profile is inactive.
  • "DELETED" : The dynamic profile is deleted.

Implementation

core.String? status;