PcEndpointCredentials#
- class PcEndpointCredentials(access_key=None, secret_access_key=None, *args, **kwargs)#
Bases:
object
This object consists of accessKey, secretAccessKey for a given entityId.
- Parameters:
access_key (min=16 chars, max=128 chars) – (
access_key
) AccessKey for the endpoint flavorsecret_access_key (max=1024 chars) – (
secret_access_key
) SecretAccessKey for the endpoint flavor.
- property access_key#
AccessKey for the endpoint flavor
- Type:
str
- property secret_access_key#
SecretAccessKey for the endpoint flavor.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model