Method CreateWithInstancePrincipal
CreateWithInstancePrincipal(String)
Creates a new instance of IAMAuthorizationProvider
using the instance principal.
Declaration
public static IAMAuthorizationProvider CreateWithInstancePrincipal(string federationEndpoint = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | federationEndpoint | (Optional) The federation endpoint. If not specified, the federation endpoint is auto-detected. Most applications do not need to specify this parameter. |
Returns
| Type | Description |
|---|---|
| IAMAuthorizationProvider | A new instance of IAMAuthorizationProvider that uses the instance principal. |