Documentation ¶
Index ¶
- func GetApplicationObjectIDFromAppID(ctx context.Context, appClient graphrbac.ApplicationsClient, appID string) (string, error)
- func GetServicePrincipalObjectIDFromAppID(ctx context.Context, spc graphrbac.ServicePrincipalsClient, appID string) (string, error)
- func UpdateAADApp(ctx context.Context, appClient graphrbac.ApplicationsClient, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetApplicationObjectIDFromAppID ¶
func GetApplicationObjectIDFromAppID(ctx context.Context, appClient graphrbac.ApplicationsClient, appID string) (string, error)
GetApplicationObjectIDFromAppID returns the ObjectID of the AAD application corresponding to a given appID
func GetServicePrincipalObjectIDFromAppID ¶
func GetServicePrincipalObjectIDFromAppID(ctx context.Context, spc graphrbac.ServicePrincipalsClient, appID string) (string, error)
GetServicePrincipalObjectIDFromAppID returns the ObjectID of the service principal corresponding to a given appID
func UpdateAADApp ¶
func UpdateAADApp(ctx context.Context, appClient graphrbac.ApplicationsClient, appObjID, clusterUrl string, replyUrls []string) error
UpdateAADApp updates the ReplyURLs for an AAD app.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.