Class CreateSwiftPasswordDetails
Inheritance
System.Object
CreateSwiftPasswordDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class CreateSwiftPasswordDetails : object
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description you assign to the Swift password during creation. Does not have to be unique, and it's changeable.
|
Remarks
Required