Close
    logoCloudomation Docs

    OAuth

    class resources.oauth.OAuth

    Base class: Resource

    Users can grant Cloudomation the right to access third-party APIs on their behalf. This permission is stored in the form of an OAuth grant.

    PropertyDescriptionType
    idUUID()
    oauth_typeSelection for which target this oauth grant can be used.Enum('GOOGLE', 'MAGENTO', 'BULLHORN', name='oauthtype')
    request_tokenString(length=128)
    request_token_secretString(length=128)
    configurationJSONB(astext_type=Text())
    credentialsJSONB(astext_type=Text())
    is_authorizedBoolean()
    authorization_urlString(length=512)
    size_bytesBigInteger()
    Previous
    GitConfig
    Next
    Organization