public interface PolicyDefinition
Modifier and Type | Method and Description |
---|---|
Date |
getCreationTime()
Returns the creation timestamp of this data object.
|
String |
getCreatorId()
Returns the id of the user creating this data object.
|
String |
getDeploymentId() |
String |
getId() |
String |
getKey() |
String |
getName() |
List<PolicyDefinitionLink> |
getPolicyDefinitionLinks()
Returns the policy definition links that are linked to the policy definition.
|
String |
getResourceName() |
String |
getTenantId() |
String |
getType() |
int |
getVersion() |
String getId()
String getKey()
int getVersion()
String getDeploymentId()
String getTenantId()
String getType()
String getName()
String getResourceName()
Date getCreationTime()
String getCreatorId()
List<PolicyDefinitionLink> getPolicyDefinitionLinks()