2023-11-22 08:52:34 +03:00
### YamlMime:JavaType
uid : "com.azure.resourcemanager.confluent.fluent.AccessClient"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient"
name : "AccessClient"
nameWithType : "AccessClient"
summary : "An instance of this class provides access to all the operations defined in Access<wbr>Client."
syntax : "public interface **AccessClient**"
methods :
2024-03-22 07:55:04 +03:00
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.createRoleBinding(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.createRoleBinding(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body)"
name : "createRoleBinding(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body)"
nameWithType : "AccessClient.createRoleBinding(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body)"
summary : "Organization role bindings."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Create role binding Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel?alt=com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel&text=AccessCreateRoleBindingRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract RoleBindingRecord createRoleBinding(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body)"
desc : "Organization role bindings."
returns :
description : "details on principal, role name and crn pattern of a role binding."
type : "<xref href=\"com.azure.resourcemanager.confluent.models.RoleBindingRecord?alt=com.azure.resourcemanager.confluent.models.RoleBindingRecord&text=RoleBindingRecord\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.createRoleBindingWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.createRoleBindingWithResponse(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body, Context context)"
name : "createRoleBindingWithResponse(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body, Context context)"
nameWithType : "AccessClient.createRoleBindingWithResponse(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body, Context context)"
summary : "Organization role bindings."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Create role binding Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel?alt=com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel&text=AccessCreateRoleBindingRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Response<RoleBindingRecord> createRoleBindingWithResponse(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body, Context context)"
desc : "Organization role bindings."
returns :
description : "details on principal, role name and crn pattern of a role binding along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.confluent.models.RoleBindingRecord?alt=com.azure.resourcemanager.confluent.models.RoleBindingRecord&text=RoleBindingRecord\" data-throw-if-not-resolved=\"False\" />>"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.deleteRoleBinding(java.lang.String,java.lang.String,java.lang.String)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.deleteRoleBinding(String resourceGroupName, String organizationName, String roleBindingId)"
name : "deleteRoleBinding(String resourceGroupName, String organizationName, String roleBindingId)"
nameWithType : "AccessClient.deleteRoleBinding(String resourceGroupName, String organizationName, String roleBindingId)"
summary : "Organization role bindings."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Confluent Role binding id."
name : "roleBindingId"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax : "public abstract void deleteRoleBinding(String resourceGroupName, String organizationName, String roleBindingId)"
desc : "Organization role bindings."
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.deleteRoleBindingWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.deleteRoleBindingWithResponse(String resourceGroupName, String organizationName, String roleBindingId, Context context)"
name : "deleteRoleBindingWithResponse(String resourceGroupName, String organizationName, String roleBindingId, Context context)"
nameWithType : "AccessClient.deleteRoleBindingWithResponse(String resourceGroupName, String organizationName, String roleBindingId, Context context)"
summary : "Organization role bindings."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Confluent Role binding id."
name : "roleBindingId"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Response<Void> deleteRoleBindingWithResponse(String resourceGroupName, String organizationName, String roleBindingId, Context context)"
desc : "Organization role bindings."
returns :
description : "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
2023-11-22 08:52:34 +03:00
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.inviteUser(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.inviteUser(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body)"
name : "inviteUser(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body)"
nameWithType : "AccessClient.inviteUser(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body)"
summary : "Invite user to the organization."
modifiers :
- "abstract"
parameters :
2024-03-22 07:55:04 +03:00
- description : "Resource group name."
2023-11-22 08:52:34 +03:00
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Invite user account model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel?alt=com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel&text=AccessInviteUserAccountModel\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract InvitationRecordInner inviteUser(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body)"
desc : "Invite user to the organization."
returns :
description : "record of the invitation."
type : "<xref href=\"com.azure.resourcemanager.confluent.fluent.models.InvitationRecordInner?alt=com.azure.resourcemanager.confluent.fluent.models.InvitationRecordInner&text=InvitationRecordInner\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.inviteUserWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.inviteUserWithResponse(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body, Context context)"
name : "inviteUserWithResponse(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body, Context context)"
nameWithType : "AccessClient.inviteUserWithResponse(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body, Context context)"
summary : "Invite user to the organization."
modifiers :
- "abstract"
parameters :
2024-03-22 07:55:04 +03:00
- description : "Resource group name."
2023-11-22 08:52:34 +03:00
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Invite user account model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel?alt=com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel&text=AccessInviteUserAccountModel\" data-throw-if-not-resolved=\"False\" />"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Response<InvitationRecordInner> inviteUserWithResponse(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body, Context context)"
desc : "Invite user to the organization."
returns :
description : "record of the invitation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.confluent.fluent.models.InvitationRecordInner?alt=com.azure.resourcemanager.confluent.fluent.models.InvitationRecordInner&text=InvitationRecordInner\" data-throw-if-not-resolved=\"False\" />>"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listClusters(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listClusters(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name : "listClusters(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType : "AccessClient.listClusters(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary : "Cluster details."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract AccessListClusterSuccessResponseInner listClusters(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc : "Cluster details."
returns :
2024-03-22 07:55:04 +03:00
description : "details of the clusters returned on successful response."
2023-11-22 08:52:34 +03:00
type : "<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListClusterSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListClusterSuccessResponseInner&text=AccessListClusterSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listClustersWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listClustersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name : "listClustersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType : "AccessClient.listClustersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary : "Cluster details."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Response<AccessListClusterSuccessResponseInner> listClustersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc : "Cluster details."
returns :
2024-03-22 07:55:04 +03:00
description : "details of the clusters returned on successful response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
2023-11-22 08:52:34 +03:00
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListClusterSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListClusterSuccessResponseInner&text=AccessListClusterSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />>"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listEnvironments(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listEnvironments(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name : "listEnvironments(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType : "AccessClient.listEnvironments(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary : "Environment list of an organization."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract AccessListEnvironmentsSuccessResponseInner listEnvironments(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc : "Environment list of an organization."
returns :
2024-03-22 07:55:04 +03:00
description : "details of the environments returned on successful response."
2023-11-22 08:52:34 +03:00
type : "<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListEnvironmentsSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListEnvironmentsSuccessResponseInner&text=AccessListEnvironmentsSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listEnvironmentsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listEnvironmentsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name : "listEnvironmentsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType : "AccessClient.listEnvironmentsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary : "Environment list of an organization."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Response<AccessListEnvironmentsSuccessResponseInner> listEnvironmentsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc : "Environment list of an organization."
returns :
2024-03-22 07:55:04 +03:00
description : "details of the environments returned on successful response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
2023-11-22 08:52:34 +03:00
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListEnvironmentsSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListEnvironmentsSuccessResponseInner&text=AccessListEnvironmentsSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />>"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listInvitations(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listInvitations(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name : "listInvitations(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType : "AccessClient.listInvitations(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary : "Organization accounts invitation details."
modifiers :
- "abstract"
parameters :
2024-03-22 07:55:04 +03:00
- description : "Resource group name."
2023-11-22 08:52:34 +03:00
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract AccessListInvitationsSuccessResponseInner listInvitations(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc : "Organization accounts invitation details."
returns :
description : "list invitations success response."
type : "<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListInvitationsSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListInvitationsSuccessResponseInner&text=AccessListInvitationsSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listInvitationsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listInvitationsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name : "listInvitationsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType : "AccessClient.listInvitationsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary : "Organization accounts invitation details."
modifiers :
- "abstract"
parameters :
2024-03-22 07:55:04 +03:00
- description : "Resource group name."
2023-11-22 08:52:34 +03:00
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Response<AccessListInvitationsSuccessResponseInner> listInvitationsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc : "Organization accounts invitation details."
returns :
description : "list invitations success response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListInvitationsSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListInvitationsSuccessResponseInner&text=AccessListInvitationsSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />>"
2024-03-22 07:55:04 +03:00
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingNameList(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingNameList(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name : "listRoleBindingNameList(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType : "AccessClient.listRoleBindingNameList(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary : "Organization role bindings."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract AccessRoleBindingNameListSuccessResponseInner listRoleBindingNameList(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc : "Organization role bindings."
returns :
description : "details of the role binding names returned on successful response."
type : "<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessRoleBindingNameListSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessRoleBindingNameListSuccessResponseInner&text=AccessRoleBindingNameListSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingNameListWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingNameListWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name : "listRoleBindingNameListWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType : "AccessClient.listRoleBindingNameListWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary : "Organization role bindings."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Response<AccessRoleBindingNameListSuccessResponseInner> listRoleBindingNameListWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc : "Organization role bindings."
returns :
description : "details of the role binding names returned on successful response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessRoleBindingNameListSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessRoleBindingNameListSuccessResponseInner&text=AccessRoleBindingNameListSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />>"
2023-11-22 08:52:34 +03:00
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindings(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindings(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name : "listRoleBindings(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType : "AccessClient.listRoleBindings(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary : "Organization role bindings."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract AccessListRoleBindingsSuccessResponseInner listRoleBindings(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc : "Organization role bindings."
returns :
2024-03-22 07:55:04 +03:00
description : "details of the role bindings returned on successful response."
2023-11-22 08:52:34 +03:00
type : "<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListRoleBindingsSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListRoleBindingsSuccessResponseInner&text=AccessListRoleBindingsSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listRoleBindingsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name : "listRoleBindingsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType : "AccessClient.listRoleBindingsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary : "Organization role bindings."
modifiers :
- "abstract"
parameters :
- description : "The name of the resource group. The name is case insensitive."
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Response<AccessListRoleBindingsSuccessResponseInner> listRoleBindingsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc : "Organization role bindings."
returns :
2024-03-22 07:55:04 +03:00
description : "details of the role bindings returned on successful response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
2023-11-22 08:52:34 +03:00
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListRoleBindingsSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListRoleBindingsSuccessResponseInner&text=AccessListRoleBindingsSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />>"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listServiceAccounts(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listServiceAccounts(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name : "listServiceAccounts(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType : "AccessClient.listServiceAccounts(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary : "Organization service accounts details."
modifiers :
- "abstract"
parameters :
2024-03-22 07:55:04 +03:00
- description : "Resource group name."
2023-11-22 08:52:34 +03:00
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract AccessListServiceAccountsSuccessResponseInner listServiceAccounts(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc : "Organization service accounts details."
returns :
description : "list service accounts success response."
type : "<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListServiceAccountsSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListServiceAccountsSuccessResponseInner&text=AccessListServiceAccountsSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listServiceAccountsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listServiceAccountsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name : "listServiceAccountsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType : "AccessClient.listServiceAccountsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary : "Organization service accounts details."
modifiers :
- "abstract"
parameters :
2024-03-22 07:55:04 +03:00
- description : "Resource group name."
2023-11-22 08:52:34 +03:00
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Response<AccessListServiceAccountsSuccessResponseInner> listServiceAccountsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc : "Organization service accounts details."
returns :
description : "list service accounts success response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListServiceAccountsSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListServiceAccountsSuccessResponseInner&text=AccessListServiceAccountsSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />>"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listUsers(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listUsers(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name : "listUsers(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType : "AccessClient.listUsers(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary : "Organization users details."
modifiers :
- "abstract"
parameters :
2024-03-22 07:55:04 +03:00
- description : "Resource group name."
2023-11-22 08:52:34 +03:00
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract AccessListUsersSuccessResponseInner listUsers(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc : "Organization users details."
returns :
description : "list users success response."
type : "<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListUsersSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListUsersSuccessResponseInner&text=AccessListUsersSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.confluent.fluent.AccessClient.listUsersWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.confluent.fluent.AccessClient.listUsersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name : "listUsersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType : "AccessClient.listUsersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary : "Organization users details."
modifiers :
- "abstract"
parameters :
2024-03-22 07:55:04 +03:00
- description : "Resource group name."
2023-11-22 08:52:34 +03:00
name : "resourceGroupName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "Organization resource name."
name : "organizationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "List Access Request Model."
name : "body"
type : "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Response<AccessListUsersSuccessResponseInner> listUsersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc : "Organization users details."
returns :
description : "list users success response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.confluent.fluent.models.AccessListUsersSuccessResponseInner?alt=com.azure.resourcemanager.confluent.fluent.models.AccessListUsersSuccessResponseInner&text=AccessListUsersSuccessResponseInner\" data-throw-if-not-resolved=\"False\" />>"
type : "interface"
desc : "An instance of this class provides access to all the operations defined in AccessClient."
metadata : {}
package : "com.azure.resourcemanager.confluent.fluent"
2024-03-22 07:55:04 +03:00
artifact : com.azure.resourcemanager:azure-resourcemanager-confluent:1.1.0