Key.DefinitionStages.WithKeyOperations Interface
public static interface Key.DefinitionStages.WithKeyOperations
The stage of a key definition allowing to specify the allowed operations for the key.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withKeyOperations(KeyOperation[] keyOperations)
Specifies the list of allowed key operations. |
abstract
With |
withKeyOperations(List<KeyOperation> keyOperations)
Specifies the list of allowed key operations. |
Method Details
withKeyOperations
public abstract Key.DefinitionStages.WithCreate withKeyOperations(KeyOperation[] keyOperations)
Specifies the list of allowed key operations. By default all operations are allowed.
Parameters:
keyOperations
- the list of JWK operations
Returns:
the next stage of the definition
withKeyOperations
public abstract Key.DefinitionStages.WithCreate withKeyOperations(List
Specifies the list of allowed key operations. By default all operations are allowed.
Parameters:
keyOperations
- the list of JWK operations
Returns:
the next stage of the definition
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java