keystone.application_credential.backends.sql.ApplicationCredential[source]¶Bases: keystone.application_credential.backends.base.ApplicationCredentialDriverBase
keystone.application_credential.backends.sql.ApplicationCredentialModel(*args, **kwargs)[source]¶Bases: sqlalchemy.ext.declarative.api.Base, keystone.common.sql.core.ModelDictMixin
attributes = ['internal_id', 'id', 'name', 'secret_hash', 'description', 'user_id', 'project_id', 'system', 'expires_at', 'unrestricted']¶description¶expires_at¶id¶internal_id¶name¶project_id¶roles¶secret_hash¶system¶unrestricted¶user_id¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.