GovernanceRuleMetadata Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. GovernanceRuleMetadata
- com.
Implements
public final class GovernanceRuleMetadata
implements JsonSerializable<GovernanceRuleMetadata>
The governance rule metadata.
Constructor Summary
| Constructor | Description |
|---|---|
| GovernanceRuleMetadata() |
Creates an instance of Governance |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
createdBy()
Get the created |
|
Offset |
createdOn()
Get the created |
|
static
Governance |
fromJson(JsonReader jsonReader)
Reads an instance of Governance |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
updatedBy()
Get the updated |
|
Offset |
updatedOn()
Get the updated |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
GovernanceRuleMetadata
public GovernanceRuleMetadata()
Creates an instance of GovernanceRuleMetadata class.
Method Details
createdBy
public String createdBy()
Get the createdBy property: Governance rule Created by object id (GUID).
Returns:
createdOn
public OffsetDateTime createdOn()
Get the createdOn property: Governance rule creation date.
Returns:
fromJson
public static GovernanceRuleMetadata fromJson(JsonReader jsonReader)
Reads an instance of GovernanceRuleMetadata from the JsonReader.
Parameters:
Returns:
Throws:
toJson
updatedBy
public String updatedBy()
Get the updatedBy property: Governance rule last updated by object id (GUID).
Returns:
updatedOn
public OffsetDateTime updatedOn()
Get the updatedOn property: Governance rule last update date.
Returns:
validate
public void validate()
Validates the instance.