Options for authenticating via the IAM (Identity Access Management) token service. This authentication mechanism allows an IAM access token to be obtained using a user-supplied apikey. The IAM access token is then specified as a Bearer Token within outgoing REST API requests.
More...
|
| void | Validate () |
| | Validate the configuration and throw an exception if validation fails. More...
|
| |
| | IamConfig (string apikey=null, string iamUrl=null, string userManagedAccessToken=null, bool? disableSslVerification=null, string iamClientId=null, string iamClientSecret=null) |
| |
Options for authenticating via the IAM (Identity Access Management) token service. This authentication mechanism allows an IAM access token to be obtained using a user-supplied apikey. The IAM access token is then specified as a Bearer Token within outgoing REST API requests.
◆ IamConfig()
| IBM.Cloud.SDK.Core.Authentication.Iam.IamConfig.IamConfig |
( |
string |
apikey = null, |
|
|
string |
iamUrl = null, |
|
|
string |
userManagedAccessToken = null, |
|
|
bool? |
disableSslVerification = null, |
|
|
string |
iamClientId = null, |
|
|
string |
iamClientSecret = null |
|
) |
| |
|
inline |
◆ Validate()
| void IBM.Cloud.SDK.Core.Authentication.Iam.IamConfig.Validate |
( |
| ) |
|
|
inline |
◆ Apikey
| string IBM.Cloud.SDK.Core.Authentication.Iam.IamConfig.Apikey |
|
get |
◆ AuthenticationType
| string IBM.Cloud.SDK.Core.Authentication.Iam.IamConfig.AuthenticationType |
|
get |
◆ DisableSslVerification
| bool IBM.Cloud.SDK.Core.Authentication.Iam.IamConfig.DisableSslVerification |
|
get |
◆ IamClientId
| string IBM.Cloud.SDK.Core.Authentication.Iam.IamConfig.IamClientId |
|
get |
◆ IamClientSecret
| string IBM.Cloud.SDK.Core.Authentication.Iam.IamConfig.IamClientSecret |
|
get |
◆ IamUrl
| string IBM.Cloud.SDK.Core.Authentication.Iam.IamConfig.IamUrl |
|
get |
◆ UserManagedAccessToken
| string IBM.Cloud.SDK.Core.Authentication.Iam.IamConfig.UserManagedAccessToken |
|
get |
The documentation for this class was generated from the following file: