[][src]Module openshift_openapi::api::user::v1

Structs

Group

Group represents a referenceable set of Users

Identity

Identity records a successful authentication of a user with an identity provider. The information about the source of authentication is stored on the identity, and the identity is then associated with a single user object. Multiple identities can reference a single user. Information retrieved from the authentication provider is stored in the extra field using a schema determined by the provider.

ReadGroupOptional

Optional parameters of Group::read_group

ReadIdentityOptional

Optional parameters of Identity::read_identity

ReadUserIdentityMappingOptional

Optional parameters of UserIdentityMapping::read_user_identity_mapping

ReadUserOptional

Optional parameters of User::read_user

User

Upon log in, every user of the system receives a User and Identity resource. Administrators may directly manipulate the attributes of the users for their own tracking, or set groups via the API. The user name is unique and is chosen based on the value provided by the identity provider - if a user already exists with the incoming name, the user name may have a number appended to it depending on the configuration of the system.

UserIdentityMapping

UserIdentityMapping maps a user to an identity

Enums

ReadGroupResponse

Use <ReadGroupResponse as Response>::try_from_parts to parse the HTTP response body of Group::read_group

ReadIdentityResponse

Use <ReadIdentityResponse as Response>::try_from_parts to parse the HTTP response body of Identity::read_identity

ReadUserIdentityMappingResponse

Use <ReadUserIdentityMappingResponse as Response>::try_from_parts to parse the HTTP response body of UserIdentityMapping::read_user_identity_mapping

ReadUserResponse

Use <ReadUserResponse as Response>::try_from_parts to parse the HTTP response body of User::read_user