Class IamPermission


  • public class IamPermission
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  IamPermission.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      IamPermission()  
      IamPermission​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends IamPermissionType> type, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamResource>> resources, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)  
    • Constructor Detail

      • IamPermission

        public IamPermission​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                             org.openapitools.jackson.nullable.JsonNullable<? extends IamPermissionType> type,
                             org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamResource>> resources,
                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description,
                             org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                             org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • IamPermission

        public IamPermission()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        The name of the permission.
      • type

        public org.openapitools.jackson.nullable.JsonNullable<IamPermissionType> type()
      • resources

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<IamResource>> resources()
        The resources that the permission applies to.
      • description

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      • withId

        public IamPermission withId​(java.lang.String id)
        Unique identifier
      • withId

        public IamPermission withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public IamPermission withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public IamPermission withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withName

        public IamPermission withName​(java.lang.String name)
        The name of the permission.
      • withName

        public IamPermission withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of the permission.
      • withResources

        public IamPermission withResources​(java.util.List<IamResource> resources)
        The resources that the permission applies to.
      • withResources

        public IamPermission withResources​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamResource>> resources)
        The resources that the permission applies to.
      • withDescription

        public IamPermission withDescription​(java.lang.String description)
      • withDescription

        public IamPermission withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      • withCreatedAt

        public IamPermission withCreatedAt​(java.time.OffsetDateTime createdAt)
      • withCreatedAt

        public IamPermission withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      • withUpdatedAt

        public IamPermission withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      • withUpdatedAt

        public IamPermission withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object