AuthConfiguration interface
- Extends
Propiedades
| parameters | Obtiene o establece parámetros contenidos en el objeto de configuración. |
Propiedades heredadas
| client |
Obtiene o establece el ClientId. |
| client |
Obtiene o establece ClientSecret. |
| created |
Obtiene o establece la identidad que creó la configuración. |
| created |
Obtiene o establece la hora en que se creó la configuración. |
| endpoint |
Obtiene o establece el tipo del punto de conexión. |
| id | Obtiene o establece el identificador único de este campo. |
| modified |
Obtiene o establece la identidad que modificó la configuración. |
| modified |
Obtiene o establece la hora en que se modificó el grupo de variables. |
| name | Obtiene o establece el nombre. |
| url | Obtiene o establece la dirección URL. |
Detalles de las propiedades
parameters
Obtiene o establece parámetros contenidos en el objeto de configuración.
parameters: {[key: string]: Parameter}
Valor de propiedad
{[key: string]: Parameter}
Detalles de las propiedades heredadas
clientId
Obtiene o establece el ClientId.
clientId: string
Valor de propiedad
string
Heredado deOAuthConfiguration.clientId
clientSecret
Obtiene o establece ClientSecret.
clientSecret: string
Valor de propiedad
string
Heredado deOAuthConfiguration.clientSecret
createdBy
Obtiene o establece la identidad que creó la configuración.
createdBy: IdentityRef
Valor de propiedad
Heredado deOAuthConfiguration.createdBy
createdOn
Obtiene o establece la hora en que se creó la configuración.
createdOn: Date
Valor de propiedad
Date
Heredado deOAuthConfiguration.createdOn
endpointType
Obtiene o establece el tipo del punto de conexión.
endpointType: string
Valor de propiedad
string
Heredado deOAuthConfiguration.endpointType
id
Obtiene o establece el identificador único de este campo.
id: string
Valor de propiedad
string
Heredado deOAuthConfiguration.id
modifiedBy
Obtiene o establece la identidad que modificó la configuración.
modifiedBy: IdentityRef
Valor de propiedad
Heredado deOAuthConfiguration.modifiedBy
modifiedOn
Obtiene o establece la hora en que se modificó el grupo de variables.
modifiedOn: Date
Valor de propiedad
Date
Heredado deOAuthConfiguration.modifiedOn
name
Obtiene o establece el nombre.
name: string
Valor de propiedad
string
Heredado deOAuthConfiguration.name
url
Obtiene o establece la dirección URL.
url: string
Valor de propiedad
string
Heredado deOAuthConfiguration.url