AuthConfiguration interface
- Extends
Properties
parameters | Gets or sets parameters contained in configuration object. |
Inherited Properties
client |
Gets or sets the ClientId |
client |
Gets or sets the ClientSecret |
created |
Gets or sets the identity who created the config. |
created |
Gets or sets the time when config was created. |
endpoint |
Gets or sets the type of the endpoint. |
id | Gets or sets the unique identifier of this field |
modified |
Gets or sets the identity who modified the config. |
modified |
Gets or sets the time when variable group was modified |
name | Gets or sets the name |
url | Gets or sets the Url |
Property Details
parameters
Gets or sets parameters contained in configuration object.
parameters: {[key: string]: Parameter}
Property Value
{[key: string]: Parameter}
Inherited Property Details
clientId
Gets or sets the ClientId
clientId: string
Property Value
string
Inherited From OAuthConfiguration.clientId
clientSecret
Gets or sets the ClientSecret
clientSecret: string
Property Value
string
Inherited From OAuthConfiguration.clientSecret
createdBy
Gets or sets the identity who created the config.
createdBy: IdentityRef
Property Value
Inherited From OAuthConfiguration.createdBy
createdOn
Gets or sets the time when config was created.
createdOn: Date
Property Value
Date
Inherited From OAuthConfiguration.createdOn
endpointType
Gets or sets the type of the endpoint.
endpointType: string
Property Value
string
Inherited From OAuthConfiguration.endpointType
id
Gets or sets the unique identifier of this field
id: string
Property Value
string
Inherited From OAuthConfiguration.id
modifiedBy
Gets or sets the identity who modified the config.
modifiedBy: IdentityRef
Property Value
Inherited From OAuthConfiguration.modifiedBy
modifiedOn
Gets or sets the time when variable group was modified
modifiedOn: Date
Property Value
Date
Inherited From OAuthConfiguration.modifiedOn