PermissionBinding.UpdateStages.WithClientGroupName Interface

public static interface PermissionBinding.UpdateStages.WithClientGroupName

The stage of the PermissionBinding update allowing to specify clientGroupName.

Method Summary

Modifier and Type Method and Description
abstract Update withClientGroupName(String clientGroupName)

Specifies the clientGroupName property: The name of the client group resource that the permission is bound to.

Method Details

withClientGroupName

public abstract PermissionBinding.Update withClientGroupName(String clientGroupName)

Specifies the clientGroupName property: The name of the client group resource that the permission is bound to. The client group needs to be a resource under the same namespace the permission binding is a part of..

Parameters:

clientGroupName - The name of the client group resource that the permission is bound to. The client group needs to be a resource under the same namespace the permission binding is a part of.

Returns:

the next definition stage.

Applies to