Package com.atlan.model.admin
Class AbstractPersonaPolicy
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AbstractPolicy
com.atlan.model.admin.AbstractPersonaPolicy
- All Implemented Interfaces:
Serializable,Comparable<AbstractPolicy>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAbstractPersonaPolicy.AbstractPersonaPolicyBuilder<C extends AbstractPersonaPolicy,B extends AbstractPersonaPolicy.AbstractPersonaPolicyBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.admin.AbstractPolicy
AbstractPolicy.AbstractPolicyBuilder<C extends AbstractPolicy,B extends AbstractPolicy.AbstractPolicyBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class com.atlan.model.admin.AbstractPolicy
compareTo, getAllow, getCreatedAt, getCreatedBy, getDescription, getId, getName, getUpdatedAt, getUpdatedByMethods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AbstractPersonaPolicy
-
-
Method Details
-
getConnectionId
Unique identifier (GUID) of the connection to which this policy applies. -
getAssets
All assets' qualifiedNames to include in the policy. These act as prefixes, so any assets within these will also be included in the policy. (For example, if you give the qualifiedName of a schema, all tables and columns in that schema are also included in the policy.) -
equals
- Overrides:
equalsin classAbstractPolicy
-
canEqual
- Overrides:
canEqualin classAbstractPolicy
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPolicy
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAbstractPolicy
-