Documentation
¶
Index ¶
- func Add(mgr manager.Manager) error
- func AddRedirectUri(uri string)
- func ClientID() string
- func ClientSecret() string
- func Environment() *azure.Environment
- func GetADApplication(ctx context.Context, applicationObjectID string) (graphrbac.Application, error)
- func GetGraphAuthorizer() (autorest.Authorizer, error)
- func ObjectId() string
- func TenantID() string
- func UpdateADApplication(ctx context.Context, applicationObjectID string, replyUrls []string) (autorest.Response, error)
- func UserAgent() string
- type OAuthGrantType
- type ReconcileRedirectUri
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add creates a new RedirectUri Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
func AddRedirectUri ¶
func AddRedirectUri(uri string)
func Environment ¶
func Environment() *azure.Environment
Environment() returns an `azure.Environment{...}` for the current cloud.
func GetADApplication ¶
func GetGraphAuthorizer ¶
func GetGraphAuthorizer() (autorest.Authorizer, error)
GetGraphAuthorizer gets an OAuthTokenAuthorizer for graphrbac API.
func UpdateADApplication ¶
Types ¶
type OAuthGrantType ¶
type OAuthGrantType int
OAuthGrantType specifies which grant type to use.
const ( // OAuthGrantTypeServicePrincipal for client credentials flow OAuthGrantTypeServicePrincipal OAuthGrantType = iota )
type ReconcileRedirectUri ¶
type ReconcileRedirectUri struct {
// contains filtered or unexported fields
}
ReconcileRedirectUri reconciles a RedirectUri object
Click to show internal directories.
Click to hide internal directories.