GovernanceRuleMetadata interface
The governance rule metadata
Properties
created |
Governance rule Created by object id (GUID) NOTE: This property will not be serialized. It can only be populated by the server. |
created |
Governance rule creation date NOTE: This property will not be serialized. It can only be populated by the server. |
updated |
Governance rule last updated by object id (GUID) NOTE: This property will not be serialized. It can only be populated by the server. |
updated |
Governance rule last update date NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
createdBy
Governance rule Created by object id (GUID) NOTE: This property will not be serialized. It can only be populated by the server.
createdBy?: string
Property Value
string
createdOn
Governance rule creation date NOTE: This property will not be serialized. It can only be populated by the server.
createdOn?: Date
Property Value
Date
updatedBy
Governance rule last updated by object id (GUID) NOTE: This property will not be serialized. It can only be populated by the server.
updatedBy?: string
Property Value
string
updatedOn
Governance rule last update date NOTE: This property will not be serialized. It can only be populated by the server.
updatedOn?: Date
Property Value
Date
Azure SDK for JavaScript