GData.AuthorizationDomain¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
A URI detailing the scope of the authorization domain. |
||
r/w/co |
The name of the service which contains the authorization domain. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.AuthorizationDomain(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.AuthorizationDomain
structure are private and should never be accessed directly.New in version 0.9.0.
- get_scope()¶
- Returns:
URI detailing the scope of the authorization domain
- Return type:
Returns a URI detailing the scope of the authorization domain. See
GData.AuthorizationDomain
:scope
for more details.New in version 0.9.0.
- get_service_name()¶
- Returns:
name of the service containing the authorization domain
- Return type:
Returns the name of the service containing the authorization domain. See
GData.AuthorizationDomain
:service-name
for more details.New in version 0.9.0.
Property Details¶
- GData.AuthorizationDomain.props.scope¶
- Name:
scope
- Type:
- Default Value:
- Flags:
A URI detailing the scope of the authorization domain, as enumerated in the
New in version 0.9.0.
- GData.AuthorizationDomain.props.service_name¶
- Name:
service-name
- Type:
- Default Value:
- Flags:
The name of the service which contains the authorization domain, as enumerated in the
New in version 0.9.0.