Show / Hide Table of Contents

Class IamUserSyncConfigurationDetails

Details for activating/updating an IAM user sync configuration

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

Properties

IsPosixAttributesAdditionRequired

Declaration
[JsonProperty(PropertyName = "isPosixAttributesAdditionRequired")]
public bool? IsPosixAttributesAdditionRequired { get; set; }
Property Value
Type Description
bool?

whether posix attribute needs to be appended to users, required for updating IAM user sync configuration

In this article
Back to top