GData.AuthorizationDomain

g GData.AuthorizationDomain GData.AuthorizationDomain GObject.Object GObject.Object GObject.Object->GData.AuthorizationDomain

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_scope ()

get_service_name ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

scope

str

r/w/co

A URI detailing the scope of the authorization domain.

service-name

str

r/w/co

The name of the service which contains the authorization domain.

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class GData.AuthorizationDomain(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

GData.AuthorizationDomainClass

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:

str

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:

str

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:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

A URI detailing the scope of the authorization domain, as enumerated in the

online documentation.

New in version 0.9.0.

GData.AuthorizationDomain.props.service_name
Name:

service-name

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The name of the service which contains the authorization domain, as enumerated in the

online documentation.

New in version 0.9.0.