Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
RoleBinding.Builder |
RoleBinding.Builder.setCreateTime(java.lang.Long createTime)
Timestamp of resource creation format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RoleBinding.Builder |
RoleBinding.Builder.setCreateUser(java.lang.String createUser)
ID of the user who created this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RoleBinding.Builder |
RoleBinding.Builder.setDescription(java.lang.String description)
Description of this resource
|
RoleBinding.Builder |
RoleBinding.Builder.setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
RoleBinding.Builder |
RoleBinding.Builder.setId(java.lang.String id)
Unique identifier of this resource
|
RoleBinding.Builder |
RoleBinding.Builder.setIdentitySourceId(java.lang.String identitySourceId)
The ID of the external identity source that holds the referenced external
entity.
|
RoleBinding.Builder |
RoleBinding.Builder.setIdentitySourceType(java.lang.String identitySourceType)
Possible values are:
RoleBinding.IDENTITY_SOURCE_TYPE_VIDM
RoleBinding.IDENTITY_SOURCE_TYPE_LDAP
RoleBinding.IDENTITY_SOURCE_TYPE_OIDC
RoleBinding.IDENTITY_SOURCE_TYPE_CSP
Identity source type |
RoleBinding.Builder |
RoleBinding.Builder.setLastModifiedTime(java.lang.Long lastModifiedTime)
Timestamp of last modification format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RoleBinding.Builder |
RoleBinding.Builder.setLastModifiedUser(java.lang.String lastModifiedUser)
ID of the user who last modified this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RoleBinding.Builder |
RoleBinding.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
RoleBinding.Builder |
RoleBinding.Builder.setName(java.lang.String name)
User/Group's name
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RoleBinding.Builder |
RoleBinding.Builder.setProtection(java.lang.String protection)
Protection status is one of the following: PROTECTED - the client who retrieved
the entity is not allowed to modify it.
|
RoleBinding.Builder |
RoleBinding.Builder.setReadRolesForPaths(java.lang.Boolean readRolesForPaths)
Set this property to true to cause the user's role definition to be read from
the roles_for_paths property.
|
RoleBinding.Builder |
RoleBinding.Builder.setResourceType(java.lang.String resourceType)
The type of this resource.
|
RoleBinding.Builder |
RoleBinding.Builder.setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
RoleBinding.Builder |
RoleBinding.Builder.setRoles(java.util.List<Role> roles)
Roles
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RoleBinding.Builder |
RoleBinding.Builder.setRolesForPaths(java.util.List<RolesForPath> rolesForPaths)
The roles that are associated with the user, limiting them to a path.
|
RoleBinding.Builder |
RoleBinding.Builder.setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RoleBinding.Builder |
RoleBinding.Builder.setSelf(SelfResourceLink self) |
RoleBinding.Builder |
RoleBinding.Builder.setStale(java.lang.String stale)
Possible values are:
RoleBinding.STALE_TRUE RoleBinding.STALE_FALSE RoleBinding.STALE_UNKNOWN Property
'stale' can be considered to have these values - absent - This type of
rolebinding does not support stale property TRUE - Rolebinding is stale in vIDM
meaning the user is no longer present in vIDM FALSE - Rolebinding is available
in vIDM UNKNOWN - Rolebinding's state of staleness in unknown Once rolebindings
become stale, they can be deleted using the API POST
/aaa/role-bindings?action=delete_stale_bindings
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored. |
RoleBinding.Builder |
RoleBinding.Builder.setSystemOwned(java.lang.Boolean systemOwned)
Indicates system owned resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RoleBinding.Builder |
RoleBinding.Builder.setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|
RoleBinding.Builder |
RoleBinding.Builder.setType(java.lang.String type)
Possible values are:
RoleBinding.TYPE_REMOTE_USER RoleBinding.TYPE_REMOTE_GROUP RoleBinding.TYPE_LOCAL_USER RoleBinding.TYPE_PRINCIPAL_IDENTITY
RoleBinding.TYPE_REMOTE Indicates
the type of the user. |
RoleBinding.Builder |
RoleBinding.Builder.setUserId(java.lang.String userId)
Local user's numeric id on the system.
|