Module create

Source
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 credential object.
CredentialBuilder
Builder for Credential.
Request
RequestBuilder
Builder for Request.

Enums§

CredentialBuilderError
Error type for CredentialBuilder
RequestBuilderError
Error type for RequestBuilder