Expand description
Creates a credential.
The following example shows how to create an EC2-style credential. The
credential blob is a string that contains a JSON-serialized dictionary with
the access and secret keys. This format is required when you specify
the ec2 type. To specify other credentials, such as access_key, change
the type and contents of the data blob.
Relationship:
https://docs.openstack.org/api/openstack-identity/3/rel/credentials
Structs§
- Credential
- A
credentialobject. - Credential
Builder - Builder for
Credential. - Request
- Request
Builder - Builder for
Request.
Enums§
- Credential
Builder Error - Error type for CredentialBuilder
- Request
Builder Error - Error type for RequestBuilder