Show / Hide Table of Contents

Class HsmClusterPendingCreateDynamicGroup

Details to create the dynamic group.

Inheritance
object
HsmClusterPendingCreateDynamicGroup
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class HsmClusterPendingCreateDynamicGroup

Properties

MatchingRule

Declaration
[JsonProperty(PropertyName = "matchingRule")]
public string MatchingRule { get; set; }
Property Value
Type Description
string

Matching rule for dynamic group membership.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of the dynamic group.

In this article
Back to top