PermissionSetProvisioningStatusMetadata class

Provides information about the permission set provisioning status.

Constructors

PermissionSetProvisioningStatusMetadata({DateTime? createdDate, String? requestId, StatusValues? status})
PermissionSetProvisioningStatusMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

createdDate DateTime?
The date that the permission set was created.
final
hashCode int
The hash code for this object.
no setterinherited
requestId String?
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status StatusValues?
The status of the permission set provisioning process.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited